home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / who < prev    next >
Encoding:
Text File  |  2001-03-21  |  704 b   |  23 lines

  1. Synopsis:
  2.    on [#][<mode>]who [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered when the client receives server output from the
  6.    WHO command.  Each line received can trigger the hook.
  7.  
  8. Parameters:
  9.    $0    channel the user is on, of '*' if none or if it is private
  10.    $1    nickname of user
  11.    $2    status of user: <G|H>[*][@|+]
  12.          | 'G' for gone (away), 'H' for here (not away), '*' for irc
  13.          | operator, '@' for channel operator, '+' for voice status
  14.    $3    username portion of user's address
  15.    $4    hostname portion of user's address
  16.    $5    user's server
  17.    $6    server hopcount from user
  18.    $7-   user's IRCNAME
  19.  
  20. See Also:
  21.    who(2)
  22.  
  23.